home *** CD-ROM | disk | FTP | other *** search
Visual Basic class definition | 1999-03-21 | 678 b | 27 lines |
- VERSION 1.0 CLASS
- BEGIN
- MultiUse = -1 'True
- Persistable = 0 'NotPersistable
- DataBindingBehavior = 0 'vbNone
- DataSourceBehavior = 0 'vbNone
- MTSTransactionMode = 0 'NotAnMTSObject
- END
- Attribute VB_Name = "RMTLogLibTypes"
- Attribute VB_GlobalNameSpace = True
- Attribute VB_Creatable = True
- Attribute VB_PredeclaredId = False
- Attribute VB_Exposed = True
- Attribute VB_Ext_KEY = "SavedWithClassBuilder6" ,"Yes"
- Attribute VB_Ext_KEY = "Top_Level" ,"Yes"
- Option Explicit
-
- Public Enum LogEventTypes
- ltSuccess = 0
- ltErrorType = 1
- ltWarningType = 2
- ltInformationType = 4
- ltAuditSuccess = 8
- ltAuditFailure = 10
- End Enum
-
-